Global Index
HTML5 JS API Index > File System API Tutorials & Specs

Metadata

This interface supplies information about the state of a file or directory.

Properties
Date
modificationTime
This is the time at which the file or directory was last modified.
unsigned long long
size
The size of the file, in bytes. This must return 0 for directories.
Referenced by
EntrySyncgetMetadata()
MetadataCallbackhandleEvent(...)